home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2013 August / PC_Format_082013.iso / pene wersje / website x5 home 10 / wsx5_home.exe / {app} / Res / imsearch.php < prev    next >
PHP Script  |  2013-04-08  |  175b  |  10 lines

  1. <?php
  2. require_once("res/x5engine.php");
  3.  
  4. if ($_POST['search'] != "") {
  5.   $search = new imSearch();
  6.   $search->search($_POST['search']);
  7. }
  8.  
  9. // End of file imsearch.php
  10.